home *** CD-ROM | disk | FTP | other *** search
/ Halting the Hacker - A P…uide to Computer Security / Halting the Hacker - A Practical Guide to Computer Security.iso / rfc / rfc1407.txt < prev    next >
Text File  |  1997-04-01  |  91KB  |  2,411 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                             T. Cox
  8. Request for Comments: 1407                                     K. Tesink
  9. Obsoletes: 1233                             Bell Communications Research
  10.                                                                  Editors
  11.                                                             January 1993
  12.  
  13.  
  14.                      Definitions of Managed Objects
  15.                      for the DS3/E3 Interface Type
  16.  
  17. Status of this Memo
  18.  
  19.    This RFC specifies an IAB standards track protocol for the Internet
  20.    community, and requests discussion and suggestions for improvements.
  21.    Please refer to the current edition of the "IAB Official Protocol
  22.    Standards" for the standardization state and status of this protocol.
  23.    Distribution of this memo is unlimited.
  24.  
  25. Abstract
  26.  
  27.    This memo defines an extension to the Management Information Base
  28.    (MIB) for use with network management protocols in TCP/IP-based
  29.    internets.  In particular, it defines objects for managing DS3 and E3
  30.    Interfaces.  This document is a companion document with Definitions
  31.    of Managed Objects for the DS1 Interface Type.
  32.  
  33.    This document entirely replaces RFC 1233, which contains a
  34.    fundamental error: many objects are encoded as Counters that must be
  35.    encoded as INTEGERs or Gauges.  The magnitude of the change required
  36.    is sufficient that virtually every object changed.  Therefore, the
  37.    MIB documented in RFC 1233 should not be implemented.
  38.  
  39. Table of Contents
  40.  
  41.    1. The Network Management Framework ......................    2
  42.    2. Objects ...............................................    2
  43.    2.1 Format of Definitions ................................    3
  44.    2.2 Changes from RFC 1233 ................................    3
  45.    3. Overview ..............................................    5
  46.    3.1 Binding between ifIndex and DS3/E3 Interfaces ........    5
  47.    3.2 Objectives of this MIB Module ........................    7
  48.    3.3 DS3/E3 Terminology ...................................    7
  49.    3.3.1 Error Events .......................................    7
  50.    3.3.2 Performance Parameters .............................    8
  51.    3.3.3 Performance Defects ................................   10
  52.    3.3.4 Other Terms ........................................   11
  53.    4. Object Definitions ....................................   12
  54.    4.1 The DS3/E3 Near End Group ............................   12
  55.  
  56.  
  57.  
  58. Trunk MIB Working Group                                         [Page 1]
  59.  
  60. RFC 1407                       DS3/E3 MIB                   January 1993
  61.  
  62.  
  63.    4.1.1 The DS3/E3 Configuration ...........................   12
  64.    4.1.2 The DS3/E3 Current .................................   18
  65.    4.1.3 The DS3/E3 Interval ................................   21
  66.    4.1.4 The DS3/E3 Total ...................................   25
  67.    4.2 The DS3 Far End Group ................................   29
  68.    4.2.1 The DS3 Far End Configuration ......................   29
  69.    4.2.2 The DS3 Far End Current ............................   31
  70.    4.2.3 The DS3 Far End Interval ...........................   34
  71.    4.2.4 The DS3 Far End Total ..............................   36
  72.    4.3 The DS3/E3 Fractional Group ..........................   38
  73.    5. Acknowledgments .......................................   41
  74.    6. References ............................................   41
  75.    7. Security Considerations ...............................   43
  76.    8. Authors' Addresses ....................................   43
  77.  
  78. 1.  The Network Management Framework
  79.  
  80.    The Internet-standard Network Management Framework consists of three
  81.    components.  They are:
  82.  
  83.       STD 16/RFC 1155 which defines the SMI, the mechanisms used for
  84.       describing and naming objects for the purpose of management.  STD
  85.       16/RFC 1212 defines a more concise description mechanism, which is
  86.       wholly consistent with the SMI.
  87.  
  88.       RFC 1156 which defines MIB-I, the core set of managed objects for
  89.       the Internet suite of protocols.  STD 17/RFC 1213, defines MIB-II,
  90.       an evolution of MIB-I based on implementation experience and new
  91.       operational requirements.
  92.  
  93.       STD 15/RFC 1157 which defines the SNMP, the protocol used for
  94.       network access to managed objects.
  95.  
  96.    The Framework permits new objects to be defined for the purpose of
  97.    experimentation and evaluation.
  98.  
  99. 2.  Objects
  100.  
  101.    Managed objects are accessed via a virtual information store, termed
  102.    the Management Information Base or MIB.  Objects in the MIB are
  103.    defined using the subset of Abstract Syntax Notation One (ASN.1) [7]
  104.    defined in the SMI.  In particular, each object has a name, a syntax,
  105.    and an encoding.  The name is an object identifier, an
  106.    administratively assigned name, which specifies an object type.  The
  107.    object type together with an object instance serves to uniquely
  108.    identify a specific instantiation of the object.  For human
  109.    convenience, we often use a textual string, termed the OBJECT
  110.    DESCRIPTOR, to also refer to the object type.
  111.  
  112.  
  113.  
  114. Trunk MIB Working Group                                         [Page 2]
  115.  
  116. RFC 1407                       DS3/E3 MIB                   January 1993
  117.  
  118.  
  119.    The syntax of an object type defines the abstract data structure
  120.    corresponding to that object type.  The ASN.1 language is used for
  121.    this purpose.  However, the SMI [3] purposely restricts the ASN.1
  122.    constructs which may be used.  These restrictions are explicitly made
  123.    for simplicity.
  124.  
  125.    The encoding of an object type is simply how that object type is
  126.    represented using the object type's syntax.  Implicitly tied to the
  127.    notion of an object type's syntax and encoding is how the object type
  128.    is represented when being transmitted on the network.  The SMI
  129.    specifies the use of the basic encoding rules of ASN.1 [8], subject
  130.    to the additional requirements imposed by the SNMP.
  131.  
  132. 2.1.  Format of Definitions
  133.  
  134.    Section 4 contains contains the specification of all object types
  135.    contained in this MIB module.  The object types are defined using the
  136.    conventions defined in the SMI, as amended by the extensions
  137.    specified in STD 16, RFC 1212 [13].
  138.  
  139. 2.2.  Changes from RFC 1233
  140.  
  141.    This MIB obsoletes RFC 1233.  The changes from RFC 1233 are the
  142.    following:
  143.  
  144.       --  This MIB module contains information to manage
  145.           an E3 interface, also.
  146.  
  147.       --  This MIB module contains three groups:
  148.            DS3/E3 Near End Group which is mandatory,
  149.            DS3 Far End Group which is optional, and
  150.            DS3 Fractional Group which is optional.
  151.  
  152.       --  The DS3 Far End Group is a new group and contains
  153.           configuration information and statistics
  154.           that are collected from the far end DS3/E3 interface.
  155.           Presently, the Far End Group may only be implemented by
  156.           DS3 systems that use C-bit Parity or SYNTRAN.
  157.  
  158.       --  The DS3 Fractional Group is a new group and is
  159.           modeled after the DS1 Fractional Group.
  160.  
  161.       --  ds3CSUIndex has been redefined and renamed
  162.           to dsx3LineIndex.  This object
  163.           is the identifier of a DS3/E3 Interface on a device.
  164.           On a CSU, a single DS3/E3 data stream will cross two DS3/E3
  165.           interfaces, which have separate dsx3LineIndex values.
  166.  
  167.  
  168.  
  169.  
  170. Trunk MIB Working Group                                         [Page 3]
  171.  
  172. RFC 1407                       DS3/E3 MIB                   January 1993
  173.  
  174.  
  175.       --  ds3Index has been redefined and renamed to
  176.           dsx3IfIndex.  This value for this
  177.           object is equal to the value of ifIndex from the Interfaces
  178.           table of MIB II (STD 17, RFC 1213).
  179.  
  180.       --  The ACCESS for objects in the dsx3ConfigTable has
  181.           been set to read-write for items that are configurable.
  182.  
  183.       --  The dsx3ZeroCoding has been renamed to dsx3LineCoding.
  184.  
  185.       --  A new object has been added called dsx3LoopbackConfig,
  186.           which better describes the loopback capabilities of
  187.           a DS3/E3 interface on a device.
  188.  
  189.       --  The dsx3SendCode object has been updated to reflect
  190.           different types of loopback messages.
  191.  
  192.       --  A new object has been added called dsx3LineStatus.
  193.           This object better describes the status (e.g.,
  194.           failure state and loopback state) of a
  195.           DS3/E3 interface.
  196.  
  197.       --  A new object has been added called dsx3TransmitClockSource.
  198.           This object identifies the source for the transmit clock.
  199.  
  200.       --  All Counters have been changed to Gauges.
  201.  
  202.       --  A Line Errored Seconds object has been added to
  203.           all near end tables.
  204.  
  205.       --  Line Coding Violations are counted instead of Bipolar
  206.           Violations.
  207.  
  208.       --  A new Coding Violation counter has been added to count
  209.           coding violations reported via the C-bits of SYNTRAN
  210.           and C-bit Parity DS3 applications.
  211.           The original Coding Violation counter has been renamed
  212.           to PCV to mean coding violations reported via the P-bits.
  213.           This count is also added for symmetry with the far end
  214.           statistics.
  215.  
  216.       --  A new Errored Second counter and Severely Errored Second
  217.           counter has been added to count these performance events
  218.           via the C-bits of the SYNTRAN and C-bit Parity DS3
  219.           applications.  The original ES and SES counters have been
  220.           renamed to PES and PSES to mean reported via the P-bits.
  221.           These counts are also added for symmetry with the far end
  222.           statistics.
  223.  
  224.  
  225.  
  226. Trunk MIB Working Group                                         [Page 4]
  227.  
  228. RFC 1407                       DS3/E3 MIB                   January 1993
  229.  
  230.  
  231. 3.  Overview
  232.  
  233.    These objects are used when the particular media being used to
  234.    realize an interface is a DS3/E3 interface.  At present, this applies
  235.    to these values of the ifType variable in the Internet-standard MIB:
  236.  
  237.                ds3 (30)
  238.  
  239.    The DS3 definitions contained herein are based on the DS3
  240.    specifications in ANSI T1.102-1987, ANSI T1.107-1988, ANSI T1.107a-
  241.    1990, and ANSI T1.404-1989 [9,10,10a,11].  The E3 definitions
  242.    contained herein are based on the E3 specifications in CCITT G.751
  243.    [14].
  244.  
  245. 3.1.  Binding between ifIndex and DS3/E3 Interfaces
  246.  
  247.    Different physical configurations for the support of SNMP with DS3/E3
  248.    equipment exist. To accommodate these scenarios, two different
  249.    indices for DS3/E3 interfaces are introduced in this MIB.  These
  250.    indices are dsx3IfIndex and dsx3LineIndex.
  251.  
  252.    External interface scenario: the SNMP Agent represents all managed
  253.    DS3/E3 lines as external interfaces (for example, an Agent residing
  254.    on the device supporting DS3/E3 interfaces directly):
  255.  
  256.    For this scenario, all interfaces are assigned an integer value equal
  257.    to ifIndex, and the following applies:
  258.  
  259.              ifIndex=dsx3IfIndex=dsx3LineIndex for all interfaces.
  260.  
  261.    The dsx3IfIndex column of the DS3/E3 Configuration table relates each
  262.    DS3/E3 interface to its corresponding interface (ifIndex) in the
  263.    Internet-standard MIB (MIB-II STD 17, RFC 1213).
  264.  
  265.    External&Internal interface scenario: the SNMP Agents resides on an
  266.    host external from the device supporting DS3/E3 interfaces (e.g., a
  267.    router). The Agent represents both the host and the DS3/E3 device.
  268.    The index dsx3LineIndex is used to not only represent the DS3/E3
  269.    interfaces external from the host/DS3/E3-device combination, but also
  270.    the DS3/E3 interfaces connecting the host and the DS3/E3 device.  The
  271.    index dsx3IfIndex is always equal to ifIndex.
  272.  
  273.    Example:
  274.  
  275.    A shelf full of CSUs connected to a Router. An SNMP Agent residing on
  276.    the router proxies for itself and the CSU. The router has also an
  277.    Ethernet interface:
  278.  
  279.  
  280.  
  281.  
  282. Trunk MIB Working Group                                         [Page 5]
  283.  
  284. RFC 1407                       DS3/E3 MIB                   January 1993
  285.  
  286.  
  287.           +-----+
  288.     |     |     |
  289.     |     |     |               +---------------------+
  290.     |E    |     |  44.736 MBPS  |   ds3 M13    Line#A | ds3 C-bit Parity
  291.     |t    |  R  |---------------+ - - - - -  - - -  - +------>
  292.     |h    |     |               |                     |
  293.     |e    |  O  |  44.736 MBPS  |   ds3 M13    Line#B | ds3 C-bit Parity
  294.     |r    |     |---------------+ - - - - - - - - - - +------>
  295.     |n    |  U  |               |                     |
  296.     |e    |     |  44.736 MBPS  |   ds3 M13    Line#C | ds3 C-bit Parity
  297.     |t    |  T  |---------------+ - - - -- -- - - - - +------>
  298.     |     |     |               |                     |
  299.     |-----|  E  |  44.736 MBPS  |   ds3 M13    Line#D | ds3 C-bit Parity
  300.     |     |     |---------------+ -  - - - -- - - - - +------>
  301.     |     |  R  |               |_____________________|
  302.     |     |     |
  303.     |     +-----+
  304.  
  305.    The assignment of the index values could for example be:
  306.  
  307.             ifIndex (= dsx3IfIndex)                     dsx3LineIndex
  308.  
  309.                     1                   NA                  NA (Ethernet)
  310.                     2      Line#A   Router Side             6
  311.                     2      Line#A   Network Side            7
  312.                     3      Line#B   Router Side             8
  313.                     3      Line#B   Network Side            9
  314.                     4      Line#C   Router Side            10
  315.                     4      Line#C   Network Side           11
  316.                     5      Line#D   Router Side            12
  317.                     5      Line#D   Network Side           13
  318.  
  319.    For this example, ifNumber is equal to 5.  Note the following
  320.    description of dsx3LineIndex: the dsx3LineIndex identifies a DS3/E3
  321.    Interface on a managed device.  If there is an ifEntry that is
  322.    directly associated with this and only this DS3/E3 interface, it
  323.    should have the same value as ifIndex.  Otherwise, number the
  324.    dsx3LineIndices with an unique identifier following the rules of
  325.    choosing a number greater than ifNumber and numbering inside
  326.    interfaces (e.g., equipment side) with even numbers and outside
  327.    interfaces (e.g., network side) with odd numbers.
  328.  
  329.    If the CSU shelf is managed by itself by a local SNMP Agent, the
  330.    situation would be:
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. Trunk MIB Working Group                                         [Page 6]
  339.  
  340. RFC 1407                       DS3/E3 MIB                   January 1993
  341.  
  342.  
  343.             ifIndex (= dsx3IfIndex)                      dsx3LineIndex
  344.  
  345.                     1      Line#A     Network Side            1
  346.                     2      Line#A     RouterSide              2
  347.                     3      Line#B     Network Side            3
  348.                     4      Line#B     RouterSide              4
  349.                     5      Line#C     Network Side            5
  350.                     6      Line#C     Router Side             6
  351.                     7      Line#D     Network Side            7
  352.                     8      Line#D     Router Side             8
  353.  
  354. 3.2.  Objectives of this MIB Module
  355.  
  356.    There are numerous things that could be included in a MIB for DS3/E3
  357.    signals: the management of multiplexors, CSUs, DSUs, and the like.
  358.    The intent of this document is to facilitate the common management of
  359.    all devices with DS3/E3 interfaces.  As such, a design decision was
  360.    made up front to very closely align the MIB with the set of objects
  361.    that can generally be read from DS3/E3 devices that are currently
  362.    deployed.
  363.  
  364. 3.3.  DS3/E3 Terminology
  365.  
  366.    The terminology used in this document to describe error conditions on
  367.    a DS3 interface as monitored by a DS3 device are based on the
  368.    definitions from the ANSI T1M1.3/92-005R1 draft standard [12].  If
  369.    the definition in this document does not match the definition in the
  370.    ANSI T1M1.3/92-005R1 draft document, the implementer should follow
  371.    the definition described in this document.
  372.  
  373. 3.3.1.  Error Events
  374.  
  375.           Bipolar Violation (BPV) Error Event
  376.             A bipolar violation error event, for B3ZS(HDB3)-coded
  377.             signals, is the occurrence of a pulse of the same polarity
  378.             as the previous pulse without being part of the zero
  379.             substitution code, B3ZS(HDB3).  For B3ZS(HDB3)-coded
  380.             signals, a bipolar violation error event may also include
  381.             other error patterns such as:  three(four) or more
  382.             consecutive zeros and incorrect polarity.
  383.  
  384.           Excessive Zeros (EXZ) Error Event
  385.             An EXZ is the occurrence of any zero string length equal
  386.             to or greater than 3 for B3ZS, or greater than 4 for HDB3.
  387.  
  388.           Line Coding Violation (LCV) Error Event
  389.             This parameter is a count of both BPVs and EXZs
  390.             occurring over the accumulation period.  An EXZ
  391.  
  392.  
  393.  
  394. Trunk MIB Working Group                                         [Page 7]
  395.  
  396. RFC 1407                       DS3/E3 MIB                   January 1993
  397.  
  398.  
  399.             increments the LCV by one regardless of the length
  400.             of the zero string.
  401.  
  402.           P-bit Coding Violation (PCV) Error Event
  403.             For all DS3 applications, a coding violation error
  404.             event is a P-bit
  405.             Parity Error event.  A P-bit Parity Error event is the
  406.             occurrence of a received P-bit code on the DS3 M-frame
  407.             that is not identical to the corresponding locally-
  408.             calculated code.
  409.  
  410.           C-bit Coding Violation (CCV) Error Event
  411.             For C-bit Parity and SYNTRAN DS3 applications, this is
  412.             the count of coding violations reported via the C-bits.
  413.             For C-bit Parity, it is a count of CP-bit parity errors
  414.             occurring in the accumulation interval.  For SYNTRAN, it
  415.             is a count of CRC-9 errors occurring in the accumulation
  416.             interval.
  417.  
  418. 3.3.2.  Performance Parameters
  419.  
  420.    All performance parameters are accumulated in fifteen minute
  421.    intervals and up to 96 intervals (24 hours worth) are kept by an
  422.    agent.  Fewer than 96 intervals of data will be available if the
  423.    agent has been restarted within the last 24 hours.  In addition,
  424.    there is a rolling 24-hour total of each performance parameter.
  425.  
  426.    There is no requirement for an agent to ensure fixed relationship
  427.    between the start of a fifteen minute interval and any wall clock;
  428.    however some agents may align the fifteen minute intervals with
  429.    quarter hours.
  430.  
  431.           Line Errored Seconds (LES)
  432.             A Line Errored Second is a second in
  433.             which one or more CVs occurred OR one or more LOS defects.
  434.  
  435.           P-bit Errored Seconds (PES)
  436.             An PES is a second with one or more PCVs OR
  437.             one or more Out of Frame defects OR a detected incoming AIS.
  438.             This gauge is not incremented when UASs are counted.
  439.  
  440.           P-bit Severely Errored Seconds (PSES)
  441.             A PSES is a second with 44 or more PCVs OR
  442.             one or more Out of Frame defects OR a detected incoming AIS.
  443.             This gauge is not incremented when UASs are counted.
  444.  
  445.           C-bit Errored Seconds (CES)
  446.             An CES is a second with one or more CCVs OR
  447.  
  448.  
  449.  
  450. Trunk MIB Working Group                                         [Page 8]
  451.  
  452. RFC 1407                       DS3/E3 MIB                   January 1993
  453.  
  454.  
  455.             one or more Out of Frame defects OR a detected incoming AIS.
  456.             This count is only for the SYNTRAN and C-bit Parity DS3
  457.             applications.  This gauge is not incremented when UASs are
  458.             counted.
  459.  
  460.           C-bit Severely Errored Seconds (CSES)
  461.             A CSES is a second with 44 or more CCVs OR
  462.             one or more Out of Frame defects OR a detected incoming AIS.
  463.             This count is only for the SYNTRAN and C-bit Parity DS3
  464.             applications.  This gauge is not incremented when UASs
  465.             are counted.
  466.  
  467.           Severely Errored Framing Seconds (SEFS)
  468.             A SEFS is a second with one or more Out of Frame defects
  469.             OR a detected incoming AIS.
  470.  
  471.           Unavailable Seconds (UAS)
  472.             UAS are calculated by counting the number of seconds that
  473.             the interface is unavailable.  The DS3 interface is said
  474.             to be unavailable from the onset of 10 contiguous PSESs, or
  475.             the onset of the condition leading to a failure (see Failure
  476.             States).  If the condition leading to the failure was
  477.             immediately preceded by one or more contiguous PSESs, then
  478.             the DS3 interface unavailability starts from the onset of
  479.             these PSESs.  Once unavailable, and if no failure is
  480.             present, the DS3 interface becomes available at the onset
  481.             of 10 contiguous seconds with no PSESs.  Once unavailable,
  482.             and if a failure is present, the DS3 interface becomes
  483.             available at the onset of 10 contiguous seconds with no
  484.             PSESs, if the failure clearing time is less than
  485.             or equal to 10 seconds.  If the failure clearing time is
  486.             more than 10 seconds, the DS3 interface becomes available
  487.             at the onset of 10 contiguous seconds with no PSESs, or
  488.             the onset period leading to the successful clearing
  489.             condition, whichever occurs later.  With respect to the
  490.             DS3 error counts, all counters are incremented
  491.             while the DS3 interface is deemed available.  While the
  492.             interface is deemed unavailable, the only count that is
  493.             incremented is UASs.
  494.  
  495.             A special case exists when the 10 or more second period
  496.             crosses the 900 second statistics window boundary, as the
  497.             foregoing description implies that the PSES and UAS
  498.             counters must be adjusted when the Unavailable Signal
  499.             State is entered. Clearly, successive GETs of the
  500.             affected dsx3IntervalPSESs and dsx3IntervalUASs objects
  501.             will return differing values if the first GET occurs
  502.             during the first few seconds of the window.  This is
  503.  
  504.  
  505.  
  506. Trunk MIB Working Group                                         [Page 9]
  507.  
  508. RFC 1407                       DS3/E3 MIB                   January 1993
  509.  
  510.  
  511.             viewed as an unavoidable side-effect of selecting the
  512.             presently defined managed objects as a basis for this
  513.             memo.
  514.  
  515. 3.3.3.  Performance Defects
  516.  
  517.           Failure States:
  518.             The Remote Alarm Indication (RAI) failure, in SYNTRAN
  519.             applications, is declared after detecting
  520.             the Yellow Alarm Signal on the alarm channel.  See ANSI
  521.             T1.107a-1990 [10].  The Remote Alarm Indication failure,
  522.             in C-bit Parity DS3 applications, is declared
  523.             as soon as the preqsence of either one or two alarm signals
  524.             are detected on then Far End Alarm Channel.  See [10].
  525.             The Remote Alarm Indication failure may also be declared
  526.             after detecting the far-end SEF/AIS defect (aka yellow).
  527.             The Remote Alarm Indication failure is cleared as soon as
  528.             the presence of the any of the above alarms are removed.
  529.  
  530.             Also, the incoming failure state is declared when a defect
  531.             persists for at least 2-10 seconds.  The defects are
  532.             the following:  Loss of Signal (LOS), an Out of Frame (OOF)
  533.             or an incoming Alarm Indication Signal (AIS).
  534.             The Failure State is cleared when the defect is absent
  535.             for less than or equal to 20 seconds.
  536.  
  537.           Far End SEF/AIS defect (aka yellow)
  538.             A Far End SEF/AIS defect is the occurrence of the two X-bits
  539.             in a M-frame set to zero.  The Far End SEF/AIS defect is
  540.             terminated when the two X-bits in a M-frame are set to
  541.             one.
  542.  
  543.           Out of Frame (OOF) defect
  544.             A DS3 OOF defect is detected when any three or more errors
  545.             in sixteen or fewer consecutive F-bits occur within a DS3
  546.             M-frame.  An OOF defect may also be called a Severely
  547.             Errored Frame (SEF) defect.  An OOF defect is cleared when
  548.             reframe occurs.  A DS3 Loss of Frame (LOF) failure is
  549.             declared when the DS3 OOF defect is consistent for 2 to 10
  550.             seconds.  The DS3 OOF defect ends when reframe occurs.
  551.             The DS3 LOF failure is cleared when the DS3 OOF
  552.             defect is absent for 10 to 20 seconds.
  553.  
  554.             An E3 OOF defect is detected when four consecutive frame
  555.             alignment signals have been incorrectly received in there
  556.             predicted positions in an E3 signal. E3 frame alignment
  557.             occurs when the presence of three consecutive frame
  558.             alignment signals have been detected.
  559.  
  560.  
  561.  
  562. Trunk MIB Working Group                                        [Page 10]
  563.  
  564. RFC 1407                       DS3/E3 MIB                   January 1993
  565.  
  566.  
  567.           Loss of Signal (LOS) defect
  568.             The DS3 LOS defect is declared upon observing 175 +/- 75
  569.             contiguous pulse positions with no pulses of either
  570.             positive or negative polarity.
  571.             The DS3 LOS defect is terminated upon observing an average
  572.             pulse density of at least 33% over a period of 175 +/- 75
  573.             contiguous pulse positions starting with the receipt of a
  574.             pulse.
  575.  
  576.           Alarm Indication Signal (AIS) defect
  577.             The DS3 AIS is framed with "stuck stuffing."  This implies
  578.             that it has a valid M-subframe alignments bits, M-frame
  579.             alignment bits, and P bits.  The information bits are set
  580.             to a 1010... sequence, starting with a one (1) after each
  581.             M-subframe alignment bit, M-frame alignment bit, X bit, P
  582.             bit, and C bit.  The C bits are all set to zero giving
  583.             what is called "stuck stuffing."  The X bits are set to
  584.             one.  The DS3 AIS defect is declared after DS3 AIS is
  585.             present in contiguous M-frames for a time equal to or
  586.             greater than T, where 0.2 ms <= T <= 100 ms.
  587.             The DS3 AIS defect is terminated after AIS is absent in
  588.             contiguous M-frames for a time equal to or greater than T.
  589.  
  590.             The E3 binary content of the AIS is nominally a continuous
  591.             stream of ones.  AIS detection and the application of
  592.             consequent actions, should be completed within a time
  593.             limit of 1 ms.
  594.  
  595. 3.3.4.  Other Terms
  596.  
  597.           Circuit Identifier
  598.             This is a character string specified by the circuit
  599.             vendor, and is useful when communicating with the vendor
  600.             during the troubleshooting process.
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618. Trunk MIB Working Group                                        [Page 11]
  619.  
  620. RFC 1407                       DS3/E3 MIB                   January 1993
  621.  
  622.  
  623. 4.  Object Definitions
  624.  
  625.                RFC1407-MIB DEFINITIONS ::= BEGIN
  626.  
  627.                IMPORTS
  628.                        Gauge
  629.                                FROM RFC1155-SMI
  630.                        DisplayString, transmission
  631.                                FROM RFC1213-MIB
  632.                        OBJECT-TYPE
  633.                                FROM RFC-1212;
  634.  
  635.                -- This MIB module uses the extended OBJECT-TYPE macro
  636.                -- as defined in RFC 1212.
  637.  
  638.                        ds3  OBJECT IDENTIFIER ::= { transmission 30 }
  639.  
  640.  
  641.                -- The DS3/E3 Near End Group
  642.  
  643.                -- Implementation of this group is mandatory for all
  644.                -- systems that attach to a DS3/E3 Interface.
  645.  
  646.                -- The DS3/E3 Near End Group consists of four tables:
  647.                --    DS3/E3 Configuration
  648.                --    DS3/E3 Current
  649.                --    DS3/E3 Interval
  650.                --    DS3/E3 Total
  651.  
  652.                -- the DS3/E3 Configuration
  653.  
  654.                dsx3ConfigTable OBJECT-TYPE
  655.                    SYNTAX  SEQUENCE OF Dsx3ConfigEntry
  656.                    ACCESS  not-accessible
  657.                    STATUS  mandatory
  658.                    DESCRIPTION
  659.                            "The DS3/E3 Configuration table."
  660.                   ::= { ds3 5 }
  661.  
  662.               dsx3ConfigEntry OBJECT-TYPE
  663.                   SYNTAX  Dsx3ConfigEntry
  664.                   ACCESS  not-accessible
  665.                   STATUS  mandatory
  666.                   DESCRIPTION
  667.                           "An entry in the DS3/E3 Configuration table."
  668.                  INDEX   { dsx3LineIndex }
  669.                  ::= { dsx3ConfigTable 1 }
  670.  
  671.  
  672.  
  673.  
  674. Trunk MIB Working Group                                        [Page 12]
  675.  
  676. RFC 1407                       DS3/E3 MIB                   January 1993
  677.  
  678.  
  679.              Dsx3ConfigEntry ::=
  680.                  SEQUENCE {
  681.                      dsx3LineIndex
  682.                          INTEGER,
  683.                      dsx3IfIndex
  684.                          INTEGER,
  685.                      dsx3TimeElapsed
  686.                          INTEGER,
  687.                      dsx3ValidIntervals
  688.                          INTEGER,
  689.                      dsx3LineType
  690.                          INTEGER,
  691.                      dsx3LineCoding
  692.                          INTEGER,
  693.                      dsx3SendCode
  694.                          INTEGER,
  695.                      dsx3CircuitIdentifier
  696.                          DisplayString,
  697.                      dsx3LoopbackConfig
  698.                          INTEGER,
  699.                      dsx3LineStatus
  700.                          INTEGER,
  701.                      dsx3TransmitClockSource
  702.                          INTEGER
  703.              }
  704.  
  705.              dsx3LineIndex OBJECT-TYPE
  706.                  SYNTAX  INTEGER (1..65535)
  707.                  ACCESS  read-only
  708.                  STATUS  mandatory
  709.                  DESCRIPTION
  710.                          "This object is the identifier of a DS3/E3
  711.                          Interface on a managed device.  If there is an
  712.                          ifEntry that is directly associated with this
  713.                          and only this DS3/E3 interface, it should have
  714.                          the same value as ifIndex.  Otherwise, number
  715.                          the dsx3LineIndices with an unique identifier
  716.                          following the rules of choosing a number that
  717.                          is greater than ifNumber and numbering the
  718.                          inside interfaces (e.g., equipment side) with
  719.                          even numbers and outside interfaces (e.g,
  720.                          network side) with odd numbers."
  721.                 ::= { dsx3ConfigEntry 1 }
  722.  
  723.             dsx3IfIndex OBJECT-TYPE
  724.                 SYNTAX  INTEGER (1..65535)
  725.                 ACCESS  read-only
  726.                 STATUS  mandatory
  727.  
  728.  
  729.  
  730. Trunk MIB Working Group                                        [Page 13]
  731.  
  732. RFC 1407                       DS3/E3 MIB                   January 1993
  733.  
  734.  
  735.                 DESCRIPTION
  736.                         "This value for this object is equal to the
  737.                         value of ifIndex from the Interfaces table of
  738.                         MIB II (RFC 1213)."
  739.                ::= { dsx3ConfigEntry 2 }
  740.  
  741.            dsx3TimeElapsed OBJECT-TYPE
  742.                SYNTAX  INTEGER (0..899)
  743.                ACCESS  read-only
  744.                STATUS  mandatory
  745.                DESCRIPTION
  746.                        "The number of seconds that have elapsed since
  747.                        the beginning of the near end current error-
  748.                        measurement period."
  749.               ::= { dsx3ConfigEntry 3 }
  750.  
  751.           dsx3ValidIntervals OBJECT-TYPE
  752.               SYNTAX  INTEGER (0..96)
  753.               ACCESS  read-only
  754.               STATUS  mandatory
  755.               DESCRIPTION
  756.                       "The number of previous near end intervals for
  757.                       which valid data was collected.  The value will be
  758.                       96 unless the interface was brought online within
  759.                       the last 24 hours, in which case the value will be
  760.                       the number of complete 15 minute near end
  761.                       intervals since the interface has been online."
  762.               ::= { dsx3ConfigEntry 4 }
  763.  
  764.           dsx3LineType OBJECT-TYPE
  765.               SYNTAX  INTEGER {
  766.                           dsx3other(1),
  767.                           dsx3M23(2),
  768.                           dsx3SYNTRAN(3),
  769.                           dsx3CbitParity(4),
  770.                           dsx3ClearChannel(5),
  771.                           e3other(6),
  772.                           e3Framed(7),
  773.                           e3Plcp(8)
  774.                       }
  775.               ACCESS  read-write
  776.               STATUS  mandatory
  777.               DESCRIPTION
  778.                       "This variable indicates the variety of DS3 C-bit
  779.                       or E3 application
  780.                       implementing this interface.  The type of
  781.                       interface affects the interpretation of the
  782.                       usage and error statistics.
  783.  
  784.  
  785.  
  786. Trunk MIB Working Group                                        [Page 14]
  787.  
  788. RFC 1407                       DS3/E3 MIB                   January 1993
  789.  
  790.  
  791.                       The rate of DS3 is 44.736 Mbps and E3 is
  792.                       34.368 Mbps.
  793.                       The dsx3ClearChannel value means that the C-bits
  794.                       are not used except for sending/receiving
  795.                       AIS.
  796.  
  797.                       The values, in sequence, describe:
  798.  
  799.                       TITLE:            SPECIFICATION:
  800.                       dsx3M23            ANSI T1.107-1988
  801.                       dsx3SYNTRAN        ANSI T1.107-1988
  802.                       dsx3CbitParity     ANSI T1.107a-1989
  803.                       dsx3ClearChannel   ANSI T1.102-1987
  804.                       e3Framed           CCITT G.751
  805.                       e3Plcp             ETSI T/NA(91)18."
  806.               ::= { dsx3ConfigEntry 5 }
  807.  
  808.           dsx3LineCoding OBJECT-TYPE
  809.               SYNTAX  INTEGER {
  810.                           dsx3Other(1),
  811.                           dsx3B3ZS(2),
  812.                           e3HDB3(3)
  813.                       }
  814.               ACCESS  read-write
  815.               STATUS  mandatory
  816.               DESCRIPTION
  817.                       "This variable describes the variety of Zero Code
  818.                       Suppression used on this interface, which in turn
  819.                       affects a number of its characteristics.
  820.  
  821.                       dsx3B3ZS and e3HDB3 refer to the use of specified
  822.                       patterns of normal bits and bipolar violations
  823.                       which are used to replace sequences of zero bits
  824.                       of a specified length."
  825.               ::= { dsx3ConfigEntry 6 }
  826.  
  827.           dsx3SendCode OBJECT-TYPE
  828.                  SYNTAX  INTEGER {
  829.                          dsx3SendNoCode(1),
  830.                          dsx3SendLineCode(2),
  831.                          dsx3SendPayloadCode(3),
  832.                          dsx3SendResetCode(4),
  833.                          dsx3SendDS1LoopCode(5),
  834.                          dsx3SendTestPattern(6)
  835.                          }
  836.                  ACCESS  read-write
  837.                  STATUS  mandatory
  838.                  DESCRIPTION
  839.  
  840.  
  841.  
  842. Trunk MIB Working Group                                        [Page 15]
  843.  
  844. RFC 1407                       DS3/E3 MIB                   January 1993
  845.  
  846.  
  847.                       "This variable indicates what type of code is
  848.                       being sent across the DS3/E3 interface by the
  849.                       device.  (These are optional for E3 interfaces.)
  850.                       The values mean:
  851.  
  852.                          dsx3SendNoCode
  853.                              sending looped or normal data
  854.  
  855.                          dsx3SendLineCode
  856.                              sending a request for a line loopback
  857.  
  858.                          dsx3SendPayloadCode
  859.                              sending a request for a payload loopback
  860.                              (i.e., all DS1/E1s in a DS3/E3 frame)
  861.  
  862.                          dsx3SendResetCode
  863.                              sending a loopback deactivation request
  864.  
  865.                          dsx3SendDS1LoopCode
  866.                              requesting to loopback a particular DS1/E1
  867.                              within a DS3/E3 frame
  868.  
  869.                          dsx3SendTestPattern
  870.                              sending a test pattern."
  871.                  ::= { dsx3ConfigEntry 7 }
  872.  
  873.           dsx3CircuitIdentifier OBJECT-TYPE
  874.               SYNTAX  DisplayString (SIZE (0..255))
  875.               ACCESS  read-write
  876.               STATUS  mandatory
  877.               DESCRIPTION
  878.                       "This variable contains the transmission vendor's
  879.                       circuit identifier, for the purpose of
  880.                       facilitating troubleshooting."
  881.               ::= { dsx3ConfigEntry 8 }
  882.  
  883.           dsx3LoopbackConfig OBJECT-TYPE
  884.                  SYNTAX  INTEGER {
  885.                            dsx3NoLoop(1),
  886.                            dsx3PayloadLoop(2),
  887.                            dsx3LineLoop(3),
  888.                            dsx3OtherLoop(4)
  889.                          }
  890.                  ACCESS  read-write
  891.                  STATUS  mandatory
  892.                  DESCRIPTION
  893.                     "This variable represents the loopback configuration
  894.                     of the DS3/E3 interface.
  895.  
  896.  
  897.  
  898. Trunk MIB Working Group                                        [Page 16]
  899.  
  900. RFC 1407                       DS3/E3 MIB                   January 1993
  901.  
  902.  
  903.                     The values mean:
  904.  
  905.                     dsx3NoLoop
  906.                       Not in the loopback state.  A device that is
  907.                       not capable of performing a loopback on
  908.                       the interface shall always return this as
  909.                       it's value.
  910.  
  911.                     dsx3PayloadLoop
  912.                       The received signal at this interface is looped
  913.                       through the device.
  914.                       Typically the received signal
  915.                       is looped back for retransmission after it has
  916.                       passed through the device's framing function.
  917.  
  918.                     dsx3LineLoop
  919.                       The received signal at this interface does not
  920.                       go through the device (minimum penetration) but
  921.                       is looped back out.
  922.  
  923.                     dsx3OtherLoop
  924.                       Loopbacks that are not defined here."
  925.                  ::= { dsx3ConfigEntry 9 }
  926.  
  927.           dsx3LineStatus OBJECT-TYPE
  928.               SYNTAX  INTEGER (1..1023)
  929.               ACCESS  read-only
  930.               STATUS  mandatory
  931.               DESCRIPTION
  932.                  "This variable indicates the
  933.                  Line Status of the interface.
  934.                  It contains loopback state information
  935.                  and failure state information.
  936.                  The dsx3LineStatus is a bit map represented
  937.                  as a sum, therefore,
  938.                  it can represent multiple failures
  939.                  and a loopback (see dsx3LoopbackConfig object
  940.                  for the type of loopback)
  941.                  simultaneously.
  942.                  The dsx3NoAlarm should be set if and only if
  943.                  no other flag is set.
  944.  
  945.                  The various bit positions are:
  946.                     1     dsx3NoAlarm       No alarm present
  947.                     2     dsx3RcvRAIFailure Receiving Yellow/Remote
  948.                           Alarm Indication
  949.                     4     dsx3XmitRAIAlarm Transmitting Yellow/Remote
  950.                           Alarm Indication
  951.  
  952.  
  953.  
  954. Trunk MIB Working Group                                        [Page 17]
  955.  
  956. RFC 1407                       DS3/E3 MIB                   January 1993
  957.  
  958.  
  959.                     8     dsx3RcvAIS        Receiving AIS failure state
  960.                    16     dsx3XmitAIS       Transmitting AIS
  961.                    32     dsx3LOF           Receiving LOF failure state
  962.                    64     dsx3LOS           Receiving LOS failure state
  963.                   128     dsx3LoopbackState Looping the received signal
  964.                   256     dsx3RcvTestCode   Receiving a Test Pattern
  965.                   512     dsx3OtherFailure any line status not defined
  966.                           here"
  967.               ::= { dsx3ConfigEntry 10 }
  968.  
  969.           dsx3TransmitClockSource OBJECT-TYPE
  970.               SYNTAX  INTEGER {
  971.                           loopTiming(1),
  972.                           localTiming(2),
  973.                           throughTiming(3)
  974.                       }
  975.               ACCESS  read-write
  976.               STATUS  mandatory
  977.               DESCRIPTION
  978.                  "The source of Transmit Clock.
  979.                  is derived from the recovered receive clock of
  980.                  another DS3 interface."
  981.               ::= { dsx3ConfigEntry 11 }
  982.  
  983.  
  984.           -- the DS3/E3 Current
  985.  
  986.           -- The DS3/E3 current table contains various statistics being
  987.           -- collected for the current 15 minute interval.
  988.  
  989.           dsx3CurrentTable OBJECT-TYPE
  990.               SYNTAX  SEQUENCE OF Dsx3CurrentEntry
  991.               ACCESS  not-accessible
  992.               STATUS  mandatory
  993.               DESCRIPTION
  994.                       "The DS3/E3 Current table."
  995.               ::= { ds3 6 }
  996.  
  997.           dsx3CurrentEntry OBJECT-TYPE
  998.               SYNTAX  Dsx3CurrentEntry
  999.               ACCESS  not-accessible
  1000.               STATUS  mandatory
  1001.               DESCRIPTION
  1002.                       "An entry in the DS3/E3 Current table."
  1003.               INDEX   { dsx3CurrentIndex }
  1004.               ::= { dsx3CurrentTable 1 }
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Trunk MIB Working Group                                        [Page 18]
  1011.  
  1012. RFC 1407                       DS3/E3 MIB                   January 1993
  1013.  
  1014.  
  1015.           Dsx3CurrentEntry ::=
  1016.               SEQUENCE {
  1017.                   dsx3CurrentIndex
  1018.                       INTEGER,
  1019.                   dsx3CurrentPESs
  1020.                       Gauge,
  1021.                   dsx3CurrentPSESs
  1022.                       Gauge,
  1023.                   dsx3CurrentSEFSs
  1024.                       Gauge,
  1025.                   dsx3CurrentUASs
  1026.                       Gauge,
  1027.                   dsx3CurrentLCVs
  1028.                       Gauge,
  1029.                   dsx3CurrentPCVs
  1030.                       Gauge,
  1031.                   dsx3CurrentLESs
  1032.                       Gauge,
  1033.                   dsx3CurrentCCVs
  1034.                       Gauge,
  1035.                   dsx3CurrentCESs
  1036.                       Gauge,
  1037.                   dsx3CurrentCSESs
  1038.                       Gauge
  1039.               }
  1040.  
  1041.           dsx3CurrentIndex OBJECT-TYPE
  1042.               SYNTAX  INTEGER (1..65535)
  1043.               ACCESS  read-only
  1044.               STATUS  mandatory
  1045.               DESCRIPTION
  1046.                       "The index value which uniquely identifies the
  1047.                       DS3/E3 interface to which this entry is
  1048.                       applicable.  The interface identified by a
  1049.                       particular value of this index is the same
  1050.                       interface as identified by the same value an
  1051.                       dsx3LineIndex object instance."
  1052.               ::= { dsx3CurrentEntry 1 }
  1053.  
  1054.           dsx3CurrentPESs OBJECT-TYPE
  1055.               SYNTAX  Gauge
  1056.               ACCESS  read-only
  1057.               STATUS  mandatory
  1058.               DESCRIPTION
  1059.                       "The counter associated with the number of P-bit
  1060.                       Errored Seconds, encountered by a DS3 interface in
  1061.                       the current 15 minute interval."
  1062.               ::= { dsx3CurrentEntry 2 }
  1063.  
  1064.  
  1065.  
  1066. Trunk MIB Working Group                                        [Page 19]
  1067.  
  1068. RFC 1407                       DS3/E3 MIB                   January 1993
  1069.  
  1070.  
  1071.           dsx3CurrentPSESs OBJECT-TYPE
  1072.               SYNTAX  Gauge
  1073.               ACCESS  read-only
  1074.               STATUS  mandatory
  1075.               DESCRIPTION
  1076.                       "The counter associated with the number of P-bit
  1077.                       Severely Errored Seconds, encountered by a DS3
  1078.                       interface in the current 15 minute interval."
  1079.               ::= { dsx3CurrentEntry 3 }
  1080.  
  1081.           dsx3CurrentSEFSs OBJECT-TYPE
  1082.               SYNTAX  Gauge
  1083.               ACCESS  read-only
  1084.               STATUS  mandatory
  1085.               DESCRIPTION
  1086.                       "The counter associated with the number of
  1087.                       Severely Errored Framing Seconds, encountered by a
  1088.                       DS3/E3 interface in the current 15 minute
  1089.                       interval."
  1090.               ::= { dsx3CurrentEntry 4 }
  1091.  
  1092.           dsx3CurrentUASs OBJECT-TYPE
  1093.               SYNTAX  Gauge
  1094.               ACCESS  read-only
  1095.               STATUS  mandatory
  1096.               DESCRIPTION
  1097.                       "The counter associated with the number of
  1098.                       Unavailable Seconds, encountered by a DS3
  1099.                       interface in the current 15 minute interval."
  1100.               ::= { dsx3CurrentEntry 5 }
  1101.  
  1102.           dsx3CurrentLCVs OBJECT-TYPE
  1103.               SYNTAX  Gauge
  1104.               ACCESS  read-only
  1105.               STATUS  mandatory
  1106.               DESCRIPTION
  1107.                       "The counter associated with the number of Line
  1108.                       Coding Violations encountered by a DS3/E3
  1109.                       interface in the current 15 minute interval."
  1110.               ::= { dsx3CurrentEntry 6 }
  1111.  
  1112.           dsx3CurrentPCVs OBJECT-TYPE
  1113.               SYNTAX  Gauge
  1114.               ACCESS  read-only
  1115.               STATUS  mandatory
  1116.               DESCRIPTION
  1117.                       "The counter associated with the number of P-bit
  1118.                       Coding Violations, encountered by a DS3 interface
  1119.  
  1120.  
  1121.  
  1122. Trunk MIB Working Group                                        [Page 20]
  1123.  
  1124. RFC 1407                       DS3/E3 MIB                   January 1993
  1125.  
  1126.  
  1127.                       in the current 15 minute interval."
  1128.               ::= { dsx3CurrentEntry 7 }
  1129.  
  1130.           dsx3CurrentLESs OBJECT-TYPE
  1131.               SYNTAX  Gauge
  1132.               ACCESS  read-only
  1133.               STATUS  mandatory
  1134.               DESCRIPTION
  1135.                       "The number of Line Errored Seconds encountered by
  1136.                       a DS3/E3 interface in the current 15 minute
  1137.                       interval."
  1138.               ::= { dsx3CurrentEntry 8 }
  1139.  
  1140.           dsx3CurrentCCVs OBJECT-TYPE
  1141.               SYNTAX  Gauge
  1142.               ACCESS  read-only
  1143.               STATUS  mandatory
  1144.               DESCRIPTION
  1145.                       "The number of C-bit Coding Violations encountered
  1146.                       by a DS3 interface in the current 15 minute
  1147.                       interval."
  1148.               ::= { dsx3CurrentEntry 9 }
  1149.  
  1150.           dsx3CurrentCESs OBJECT-TYPE
  1151.               SYNTAX  Gauge
  1152.               ACCESS  read-only
  1153.               STATUS  mandatory
  1154.               DESCRIPTION
  1155.                       "The number of C-bit Errored Seconds encountered
  1156.                       by a DS3 interface in the current 15 minute
  1157.                       interval."
  1158.               ::= { dsx3CurrentEntry 10 }
  1159.  
  1160.           dsx3CurrentCSESs OBJECT-TYPE
  1161.               SYNTAX  Gauge
  1162.               ACCESS  read-only
  1163.               STATUS  mandatory
  1164.               DESCRIPTION
  1165.                       "The number of C-bit Severely Errored Seconds
  1166.                       encountered by a DS3 interface in the current 15
  1167.                       minute interval."
  1168.               ::= { dsx3CurrentEntry 11 }
  1169.  
  1170.  
  1171.           -- the DS3/E3 Interval
  1172.  
  1173.           -- The DS3/E3 Interval Table contains various statistics
  1174.           -- collected by each DS3/E3 Interface over the previous 24
  1175.  
  1176.  
  1177.  
  1178. Trunk MIB Working Group                                        [Page 21]
  1179.  
  1180. RFC 1407                       DS3/E3 MIB                   January 1993
  1181.  
  1182.  
  1183.           -- hours of operation.  The past 24 hours are broken into 96
  1184.           -- completed 15 minute intervals.
  1185.  
  1186.           dsx3IntervalTable OBJECT-TYPE
  1187.               SYNTAX  SEQUENCE OF Dsx3IntervalEntry
  1188.               ACCESS  not-accessible
  1189.               STATUS  mandatory
  1190.               DESCRIPTION
  1191.                       "The DS3/E3 Interval table."
  1192.               ::= { ds3 7 }
  1193.  
  1194.           dsx3IntervalEntry OBJECT-TYPE
  1195.               SYNTAX  Dsx3IntervalEntry
  1196.               ACCESS  not-accessible
  1197.               STATUS  mandatory
  1198.               DESCRIPTION
  1199.                       "An entry in the DS3/E3 Interval table."
  1200.               INDEX   { dsx3IntervalIndex, dsx3IntervalNumber }
  1201.               ::= { dsx3IntervalTable 1 }
  1202.  
  1203.           Dsx3IntervalEntry ::=
  1204.               SEQUENCE {
  1205.                   dsx3IntervalIndex
  1206.                       INTEGER,
  1207.                   dsx3IntervalNumber
  1208.                       INTEGER,
  1209.                   dsx3IntervalPESs
  1210.                       Gauge,
  1211.                   dsx3IntervalPSESs
  1212.                       Gauge,
  1213.                   dsx3IntervalSEFSs
  1214.                       Gauge,
  1215.                   dsx3IntervalUASs
  1216.                       Gauge,
  1217.                   dsx3IntervalLCVs
  1218.                       Gauge,
  1219.                   dsx3IntervalPCVs
  1220.                       Gauge,
  1221.                   dsx3IntervalLESs
  1222.                       Gauge,
  1223.                   dsx3IntervalCCVs
  1224.                       Gauge,
  1225.                   dsx3IntervalCESs
  1226.                       Gauge,
  1227.                   dsx3IntervalCSESs
  1228.                       Gauge
  1229.               }
  1230.  
  1231.  
  1232.  
  1233.  
  1234. Trunk MIB Working Group                                        [Page 22]
  1235.  
  1236. RFC 1407                       DS3/E3 MIB                   January 1993
  1237.  
  1238.  
  1239.           dsx3IntervalIndex OBJECT-TYPE
  1240.               SYNTAX  INTEGER (1..65535)
  1241.               ACCESS  read-only
  1242.               STATUS  mandatory
  1243.               DESCRIPTION
  1244.                       "The index value which uniquely identifies the
  1245.                       DS3/E3 interface to which this entry is
  1246.                       applicable.  The interface identified by a
  1247.                       particular value of this index is the same
  1248.                       interface as identified by the same value an
  1249.                       dsx3LineIndex object instance."
  1250.               ::= { dsx3IntervalEntry 1 }
  1251.  
  1252.           dsx3IntervalNumber OBJECT-TYPE
  1253.               SYNTAX  INTEGER (1..96)
  1254.               ACCESS  read-only
  1255.               STATUS  mandatory
  1256.               DESCRIPTION
  1257.                       "A number between 1 and 96, where 1 is the most
  1258.                       recently completed 15 minute interval and 96 is
  1259.                       the least recently completed 15 minutes interval
  1260.                       (assuming that all 96 intervals are valid)."
  1261.               ::= { dsx3IntervalEntry 2 }
  1262.  
  1263.           dsx3IntervalPESs OBJECT-TYPE
  1264.               SYNTAX  Gauge
  1265.               ACCESS  read-only
  1266.               STATUS  mandatory
  1267.               DESCRIPTION
  1268.                       "The counter associated with the number of P-bit
  1269.                       Errored Seconds, encountered by a DS3 interface in
  1270.                       one of the previous 96, individual 15 minute,
  1271.                       intervals."
  1272.               ::= { dsx3IntervalEntry 3 }
  1273.  
  1274.           dsx3IntervalPSESs OBJECT-TYPE
  1275.               SYNTAX  Gauge
  1276.               ACCESS  read-only
  1277.               STATUS  mandatory
  1278.               DESCRIPTION
  1279.                       "The counter associated with the number of P-bit
  1280.                       Severely Errored Seconds, encountered by a DS3
  1281.                       interface in one of the previous 96, individual 15
  1282.                       minute, intervals."
  1283.               ::= { dsx3IntervalEntry 4 }
  1284.  
  1285.           dsx3IntervalSEFSs OBJECT-TYPE
  1286.               SYNTAX  Gauge
  1287.  
  1288.  
  1289.  
  1290. Trunk MIB Working Group                                        [Page 23]
  1291.  
  1292. RFC 1407                       DS3/E3 MIB                   January 1993
  1293.  
  1294.  
  1295.               ACCESS  read-only
  1296.               STATUS  mandatory
  1297.               DESCRIPTION
  1298.                       "The counter associated with the number of
  1299.                       Severely Errored Framing Seconds, encountered by a
  1300.                       DS3/E3 interface in one of the previous 96,
  1301.                       individual 15 minute, intervals."
  1302.               ::= { dsx3IntervalEntry 5 }
  1303.  
  1304.           dsx3IntervalUASs OBJECT-TYPE
  1305.               SYNTAX  Gauge
  1306.               ACCESS  read-only
  1307.               STATUS  mandatory
  1308.               DESCRIPTION
  1309.                       "The counter associated with the number of
  1310.                       Unavailable Seconds, encountered by a DS3
  1311.                       interface in one of the previous 96, individual 15
  1312.                       minute, intervals."
  1313.               ::= { dsx3IntervalEntry 6 }
  1314.  
  1315.           dsx3IntervalLCVs OBJECT-TYPE
  1316.               SYNTAX  Gauge
  1317.               ACCESS  read-only
  1318.               STATUS  mandatory
  1319.               DESCRIPTION
  1320.                       "The counter associated with the number of Line
  1321.                       Coding Violations encountered by a DS3/E3
  1322.                       interface in one of the previous 96, individual 15
  1323.                       minute, intervals."
  1324.               ::= { dsx3IntervalEntry 7 }
  1325.  
  1326.           dsx3IntervalPCVs OBJECT-TYPE
  1327.               SYNTAX  Gauge
  1328.               ACCESS  read-only
  1329.               STATUS  mandatory
  1330.               DESCRIPTION
  1331.                       "The counter associated with the number of P-bit
  1332.                       Coding Violations, encountered by a DS3 interface
  1333.                       in one of the previous 96, individual 15 minute,
  1334.                       intervals."
  1335.               ::= { dsx3IntervalEntry 8 }
  1336.  
  1337.           dsx3IntervalLESs OBJECT-TYPE
  1338.               SYNTAX  Gauge
  1339.               ACCESS  read-only
  1340.               STATUS  mandatory
  1341.               DESCRIPTION
  1342.                    "The number of Line Errored  Seconds  (BPVs  or
  1343.  
  1344.  
  1345.  
  1346. Trunk MIB Working Group                                        [Page 24]
  1347.  
  1348. RFC 1407                       DS3/E3 MIB                   January 1993
  1349.  
  1350.  
  1351.                    illegal  zero  sequences) encountered by a DS3/E3
  1352.                    interface in one of the previous 96, individual
  1353.                    15 minute, intervals."
  1354.               ::= { dsx3IntervalEntry 9 }
  1355.  
  1356.           dsx3IntervalCCVs OBJECT-TYPE
  1357.               SYNTAX  Gauge
  1358.               ACCESS  read-only
  1359.               STATUS  mandatory
  1360.               DESCRIPTION
  1361.                       "The number of C-bit Coding Violations encountered
  1362.                       by a DS3 interface in one of the previous 96,
  1363.                       individual 15 minute, intervals."
  1364.               ::= { dsx3IntervalEntry 10 }
  1365.  
  1366.           dsx3IntervalCESs OBJECT-TYPE
  1367.               SYNTAX  Gauge
  1368.               ACCESS  read-only
  1369.               STATUS  mandatory
  1370.               DESCRIPTION
  1371.                       "The number of C-bit Errored Seconds encountered
  1372.                       by a DS3 interface in one of the previous 96,
  1373.                       individual 15 minute, intervals."
  1374.               ::= { dsx3IntervalEntry 11 }
  1375.  
  1376.           dsx3IntervalCSESs OBJECT-TYPE
  1377.               SYNTAX  Gauge
  1378.               ACCESS  read-only
  1379.               STATUS  mandatory
  1380.               DESCRIPTION
  1381.                       "The number of C-bit Severely Errored Seconds
  1382.                       encountered by a DS3 interface in one of the
  1383.                       previous 96, individual 15 minute, intervals."
  1384.               ::= { dsx3IntervalEntry 12 }
  1385.  
  1386.  
  1387.           -- the DS3/E3 Total
  1388.  
  1389.           -- The DS3/E3 Total Table contains the cumulative sum of the
  1390.           -- various statistics for the 24 hour period preceding the
  1391.           -- current interval.
  1392.  
  1393.           dsx3TotalTable OBJECT-TYPE
  1394.               SYNTAX  SEQUENCE OF Dsx3TotalEntry
  1395.               ACCESS  not-accessible
  1396.               STATUS  mandatory
  1397.               DESCRIPTION
  1398.                       "The DS3/E3 Total table.  24 hour interval."
  1399.  
  1400.  
  1401.  
  1402. Trunk MIB Working Group                                        [Page 25]
  1403.  
  1404. RFC 1407                       DS3/E3 MIB                   January 1993
  1405.  
  1406.  
  1407.               ::= { ds3 8 }
  1408.  
  1409.           dsx3TotalEntry OBJECT-TYPE
  1410.               SYNTAX  Dsx3TotalEntry
  1411.               ACCESS  not-accessible
  1412.               STATUS  mandatory
  1413.               DESCRIPTION
  1414.                       "An entry in the DS3/E3 Total table."
  1415.               INDEX   { dsx3TotalIndex }
  1416.               ::= { dsx3TotalTable 1 }
  1417.  
  1418.           Dsx3TotalEntry ::=
  1419.               SEQUENCE {
  1420.                   dsx3TotalIndex
  1421.                       INTEGER,
  1422.                   dsx3TotalPESs
  1423.                       Gauge,
  1424.                   dsx3TotalPSESs
  1425.                       Gauge,
  1426.                   dsx3TotalSEFSs
  1427.                       Gauge,
  1428.                   dsx3TotalUASs
  1429.                       Gauge,
  1430.                   dsx3TotalLCVs
  1431.                       Gauge,
  1432.                   dsx3TotalPCVs
  1433.                       Gauge,
  1434.                   dsx3TotalLESs
  1435.                       Gauge,
  1436.                   dsx3TotalCCVs
  1437.                       Gauge,
  1438.                   dsx3TotalCESs
  1439.                       Gauge,
  1440.                   dsx3TotalCSESs
  1441.                       Gauge
  1442.               }
  1443.  
  1444.           dsx3TotalIndex OBJECT-TYPE
  1445.               SYNTAX  INTEGER (1..65535)
  1446.               ACCESS  read-only
  1447.               STATUS  mandatory
  1448.               DESCRIPTION
  1449.                       "The index value which uniquely identifies the
  1450.                       DS3/E3 interface to which this entry is
  1451.                       applicable.  The interface identified by a
  1452.                       particular value of this index is the same
  1453.                       interface as identified by the same value an
  1454.                       dsx3LineIndex object instance."
  1455.  
  1456.  
  1457.  
  1458. Trunk MIB Working Group                                        [Page 26]
  1459.  
  1460. RFC 1407                       DS3/E3 MIB                   January 1993
  1461.  
  1462.  
  1463.               ::= { dsx3TotalEntry 1 }
  1464.  
  1465.           dsx3TotalPESs OBJECT-TYPE
  1466.               SYNTAX  Gauge
  1467.               ACCESS  read-only
  1468.               STATUS  mandatory
  1469.               DESCRIPTION
  1470.                       "The counter associated with the number of P-bit
  1471.                       Errored Seconds, encountered by a DS3 interface in
  1472.                       the previous 24 hour interval"
  1473.               ::= { dsx3TotalEntry 2 }
  1474.  
  1475.           dsx3TotalPSESs OBJECT-TYPE
  1476.               SYNTAX  Gauge
  1477.               ACCESS  read-only
  1478.               STATUS  mandatory
  1479.               DESCRIPTION
  1480.                       "The counter associated with the number of P-bit
  1481.                       Severely Errored Seconds, encountered by a DS3
  1482.                       interface in the previous 24 hour interval."
  1483.               ::= { dsx3TotalEntry 3 }
  1484.  
  1485.           dsx3TotalSEFSs OBJECT-TYPE
  1486.               SYNTAX  Gauge
  1487.               ACCESS  read-only
  1488.               STATUS  mandatory
  1489.               DESCRIPTION
  1490.                       "The counter associated with the number of
  1491.                       Severely Errored Framing Seconds, encountered by a
  1492.                       DS3/E3 interface in the previous 24 hour
  1493.                       interval."
  1494.               ::= { dsx3TotalEntry 4 }
  1495.  
  1496.           dsx3TotalUASs OBJECT-TYPE
  1497.               SYNTAX  Gauge
  1498.               ACCESS  read-only
  1499.               STATUS  mandatory
  1500.               DESCRIPTION
  1501.                       "The counter associated with the number of
  1502.                       Unavailable Seconds, encountered by a DS3
  1503.                       interface in the previous 24 hour interval."
  1504.               ::= { dsx3TotalEntry 5 }
  1505.  
  1506.           dsx3TotalLCVs OBJECT-TYPE
  1507.               SYNTAX  Gauge
  1508.               ACCESS  read-only
  1509.               STATUS  mandatory
  1510.               DESCRIPTION
  1511.  
  1512.  
  1513.  
  1514. Trunk MIB Working Group                                        [Page 27]
  1515.  
  1516. RFC 1407                       DS3/E3 MIB                   January 1993
  1517.  
  1518.  
  1519.                       "The counter associated with the number of Line
  1520.                       Coding Violations encountered by a DS3/E3
  1521.                       interface in the previous 24 hour interval."
  1522.               ::= { dsx3TotalEntry 6 }
  1523.  
  1524.           dsx3TotalPCVs OBJECT-TYPE
  1525.               SYNTAX  Gauge
  1526.               ACCESS  read-only
  1527.               STATUS  mandatory
  1528.               DESCRIPTION
  1529.                       "The counter associated with the number of P-bit
  1530.                       Coding Violations, encountered by a DS3 interface
  1531.                       in the previous 24 hour interval."
  1532.               ::= { dsx3TotalEntry 7 }
  1533.  
  1534.           dsx3TotalLESs OBJECT-TYPE
  1535.               SYNTAX  Gauge
  1536.               ACCESS  read-only
  1537.               STATUS  mandatory
  1538.               DESCRIPTION
  1539.                    "The number of Line Errored  Seconds  (BPVs  or
  1540.                    illegal  zero  sequences) encountered by a DS3/E3
  1541.                    interface in the previous 24 hour interval."
  1542.               ::= { dsx3TotalEntry 8 }
  1543.  
  1544.           dsx3TotalCCVs OBJECT-TYPE
  1545.               SYNTAX  Gauge
  1546.               ACCESS  read-only
  1547.               STATUS  mandatory
  1548.               DESCRIPTION
  1549.                       "The number of C-bit Coding Violations encountered
  1550.                       by a DS3 interface in the previous 24 hour
  1551.                       interval."
  1552.               ::= { dsx3TotalEntry 9 }
  1553.  
  1554.           dsx3TotalCESs OBJECT-TYPE
  1555.               SYNTAX  Gauge
  1556.               ACCESS  read-only
  1557.               STATUS  mandatory
  1558.               DESCRIPTION
  1559.                       "The number of C-bit Errored Seconds encountered
  1560.                       by a DS3 interface in the previous 24 hour
  1561.                       interval."
  1562.               ::= { dsx3TotalEntry 10 }
  1563.  
  1564.           dsx3TotalCSESs OBJECT-TYPE
  1565.               SYNTAX  Gauge
  1566.               ACCESS  read-only
  1567.  
  1568.  
  1569.  
  1570. Trunk MIB Working Group                                        [Page 28]
  1571.  
  1572. RFC 1407                       DS3/E3 MIB                   January 1993
  1573.  
  1574.  
  1575.               STATUS  mandatory
  1576.               DESCRIPTION
  1577.                       "The number of C-bit Severely Errored Seconds
  1578.                       encountered by a DS3 interface in the previous 24
  1579.                       hour interval."
  1580.               ::= { dsx3TotalEntry 11 }
  1581.  
  1582.  
  1583.           -- The DS3 Far End Group
  1584.  
  1585.           -- Implementation of this group is optional for all systems
  1586.           -- that attach to a DS3 Interface.
  1587.           -- However, only C-bit Parity and SYNTRAN DS3 applications
  1588.           -- have the capability (option) of providing this information.
  1589.  
  1590.           -- The DS3 Far End Group consists of four tables:
  1591.           --   DS3 Far End Configuration
  1592.           --   DS3 Far End Current
  1593.           --   DS3 Far End Interval
  1594.           --   DS3 Far End Total
  1595.  
  1596.  
  1597.           -- The DS3 Far End Configuration Table contains
  1598.           -- configuration information
  1599.           -- reported in the C-bits from the remote end.
  1600.  
  1601.           dsx3FarEndConfigTable OBJECT-TYPE
  1602.               SYNTAX  SEQUENCE OF Dsx3FarEndConfigEntry
  1603.               ACCESS  not-accessible
  1604.               STATUS  mandatory
  1605.               DESCRIPTION
  1606.                  "The DS3 Far End Configuration table."
  1607.               ::= { ds3 9 }
  1608.  
  1609.           dsx3FarEndConfigEntry OBJECT-TYPE
  1610.               SYNTAX  Dsx3FarEndConfigEntry
  1611.               ACCESS  not-accessible
  1612.               STATUS  mandatory
  1613.               DESCRIPTION
  1614.                    "An entry in the DS3 Far End Configuration table."
  1615.               INDEX   { dsx3FarEndLineIndex }
  1616.               ::= { dsx3FarEndConfigTable 1 }
  1617.  
  1618.           Dsx3FarEndConfigEntry ::=
  1619.               SEQUENCE {
  1620.                   dsx3FarEndLineIndex
  1621.                       INTEGER,
  1622.                   dsx3FarEndEquipCode
  1623.  
  1624.  
  1625.  
  1626. Trunk MIB Working Group                                        [Page 29]
  1627.  
  1628. RFC 1407                       DS3/E3 MIB                   January 1993
  1629.  
  1630.  
  1631.                       DisplayString,
  1632.                   dsx3FarEndLocationIDCode
  1633.                       DisplayString,
  1634.                   dsx3FarEndFrameIDCode
  1635.                       DisplayString,
  1636.                   dsx3FarEndUnitCode
  1637.                       DisplayString,
  1638.                   dsx3FarEndFacilityIDCode
  1639.                       DisplayString
  1640.                }
  1641.  
  1642.           dsx3FarEndLineIndex OBJECT-TYPE
  1643.               SYNTAX  INTEGER (1..65535)
  1644.               ACCESS  read-only
  1645.               STATUS  mandatory
  1646.               DESCRIPTION
  1647.                    "The index value which uniquely identifies the
  1648.                    DS3 interface
  1649.                    to which this entry is applicable.  The
  1650.                    interface identified by a particular value of
  1651.                    this index is the same interface as identified
  1652.                    by the same value an dsx3LineIndex object
  1653.                    instance."
  1654.              ::= { dsx3FarEndConfigEntry 1 }
  1655.  
  1656.           dsx3FarEndEquipCode OBJECT-TYPE
  1657.               SYNTAX  DisplayString (SIZE (0..10))
  1658.               ACCESS  read-write
  1659.               STATUS  mandatory
  1660.               DESCRIPTION
  1661.                     "This is the Far End Equipment Identification code
  1662.                     that describes the specific piece of equipment.
  1663.                     It is sent within the Path
  1664.                     Identification Message."
  1665.               ::= { dsx3FarEndConfigEntry 2 }
  1666.  
  1667.           dsx3FarEndLocationIDCode OBJECT-TYPE
  1668.               SYNTAX  DisplayString (SIZE (0..11))
  1669.               ACCESS  read-write
  1670.               STATUS  mandatory
  1671.               DESCRIPTION
  1672.                     "This is the Far End Location Identification code
  1673.                     that describes the specific location of the
  1674.                     equipment.
  1675.                     It is sent within the Path
  1676.                     Identification Message."
  1677.               ::= { dsx3FarEndConfigEntry 3 }
  1678.  
  1679.  
  1680.  
  1681.  
  1682. Trunk MIB Working Group                                        [Page 30]
  1683.  
  1684. RFC 1407                       DS3/E3 MIB                   January 1993
  1685.  
  1686.  
  1687.           dsx3FarEndFrameIDCode OBJECT-TYPE
  1688.               SYNTAX  DisplayString (SIZE (0..10))
  1689.               ACCESS  read-write
  1690.               STATUS  mandatory
  1691.               DESCRIPTION
  1692.                     "This is the Far End Frame Identification code
  1693.                     that identifies where the equipment is located
  1694.                     within a building at a given location.
  1695.                     It is sent within the Path
  1696.                     Identification Message."
  1697.               ::= { dsx3FarEndConfigEntry 4 }
  1698.  
  1699.           dsx3FarEndUnitCode OBJECT-TYPE
  1700.               SYNTAX  DisplayString (SIZE (0..6))
  1701.               ACCESS  read-write
  1702.               STATUS  mandatory
  1703.               DESCRIPTION
  1704.                     "This is the Far End code
  1705.                     that identifies the equipment location within a bay.
  1706.                     It is sent within the Path
  1707.                     Identification Message."
  1708.               ::= { dsx3FarEndConfigEntry 5 }
  1709.  
  1710.           dsx3FarEndFacilityIDCode OBJECT-TYPE
  1711.               SYNTAX  DisplayString (SIZE (0..38))
  1712.               ACCESS  read-write
  1713.               STATUS  mandatory
  1714.               DESCRIPTION
  1715.                     "This code identifies a specific Far End DS3 path.
  1716.                     It is sent within the Path
  1717.                     Identification Message."
  1718.               ::= { dsx3FarEndConfigEntry 6 }
  1719.  
  1720.  
  1721.           -- The DS3 Far End Current
  1722.  
  1723.           -- The DS3 Far End Current table contains various statistics
  1724.           -- being collected for the current 15 minute interval.
  1725.           -- The statistics are collected from the far end block error
  1726.           -- code within the C-bits.
  1727.  
  1728.           dsx3FarEndCurrentTable OBJECT-TYPE
  1729.               SYNTAX  SEQUENCE OF Dsx3FarEndCurrentEntry
  1730.               ACCESS  not-accessible
  1731.               STATUS  mandatory
  1732.               DESCRIPTION
  1733.                       "The DS3 Far End Current table."
  1734.               ::= { ds3 10 }
  1735.  
  1736.  
  1737.  
  1738. Trunk MIB Working Group                                        [Page 31]
  1739.  
  1740. RFC 1407                       DS3/E3 MIB                   January 1993
  1741.  
  1742.  
  1743.           dsx3FarEndCurrentEntry OBJECT-TYPE
  1744.               SYNTAX  Dsx3FarEndCurrentEntry
  1745.               ACCESS  not-accessible
  1746.               STATUS  mandatory
  1747.               DESCRIPTION
  1748.                       "An entry in the DS3 Far End Current table."
  1749.               INDEX   { dsx3FarEndCurrentIndex }
  1750.               ::= { dsx3FarEndCurrentTable 1 }
  1751.  
  1752.           Dsx3FarEndCurrentEntry ::=
  1753.               SEQUENCE {
  1754.                   dsx3FarEndCurrentIndex
  1755.                       INTEGER,
  1756.                   dsx3FarEndTimeElapsed
  1757.                       INTEGER,
  1758.                   dsx3FarEndValidIntervals
  1759.                       INTEGER,
  1760.                   dsx3FarEndCurrentCESs
  1761.                       Gauge,
  1762.                   dsx3FarEndCurrentCSESs
  1763.                       Gauge,
  1764.                   dsx3FarEndCurrentCCVs
  1765.                       Gauge,
  1766.                   dsx3FarEndCurrentUASs
  1767.                       Gauge
  1768.               }
  1769.  
  1770.            dsx3FarEndCurrentIndex OBJECT-TYPE
  1771.               SYNTAX  INTEGER (1..65535)
  1772.               ACCESS  read-only
  1773.               STATUS  mandatory
  1774.               DESCRIPTION
  1775.                       "The index value which uniquely identifies the
  1776.                       DS3 interface
  1777.                       to which this entry is applicable.  The interface
  1778.                       identified by a particular value of this index is
  1779.                       the same interface as identified by the same value
  1780.                       an dsx3LineIndex object instance."
  1781.               ::= { dsx3FarEndCurrentEntry 1 }
  1782.  
  1783.           dsx3FarEndTimeElapsed OBJECT-TYPE
  1784.               SYNTAX  INTEGER (0..899)
  1785.               ACCESS  read-only
  1786.               STATUS  mandatory
  1787.               DESCRIPTION
  1788.                       "The number of seconds that have elapsed since the
  1789.                       beginning of the far end current error-measurement
  1790.                       period."
  1791.  
  1792.  
  1793.  
  1794. Trunk MIB Working Group                                        [Page 32]
  1795.  
  1796. RFC 1407                       DS3/E3 MIB                   January 1993
  1797.  
  1798.  
  1799.               ::= { dsx3FarEndCurrentEntry 2 }
  1800.  
  1801.           dsx3FarEndValidIntervals OBJECT-TYPE
  1802.               SYNTAX  INTEGER (0..96)
  1803.               ACCESS  read-only
  1804.               STATUS  mandatory
  1805.               DESCRIPTION
  1806.                       "The number of previous far end intervals for
  1807.                       which valid data was collected.  The value will be
  1808.                       96 unless the interface was brought online within
  1809.                       the last 24 hours, in which case the value will be
  1810.                       the number of complete 15 minute far end intervals
  1811.                       since the interface has been online."
  1812.               ::= { dsx3FarEndCurrentEntry 3 }
  1813.  
  1814.           dsx3FarEndCurrentCESs OBJECT-TYPE
  1815.               SYNTAX  Gauge
  1816.               ACCESS  read-only
  1817.               STATUS  mandatory
  1818.               DESCRIPTION
  1819.                       "The counter associated with the number of Far
  1820.                       Far End C-bit Errored Seconds encountered by a DS3
  1821.                       interface in the current 15 minute interval."
  1822.               ::= { dsx3FarEndCurrentEntry 4 }
  1823.  
  1824.           dsx3FarEndCurrentCSESs OBJECT-TYPE
  1825.               SYNTAX  Gauge
  1826.               ACCESS  read-only
  1827.               STATUS  mandatory
  1828.               DESCRIPTION
  1829.                       "The counter associated with the number of
  1830.                       Far End C-bit Severely Errored Seconds
  1831.                       encountered by a DS3 interface in the current 15
  1832.                       minute interval."
  1833.               ::= { dsx3FarEndCurrentEntry 5 }
  1834.  
  1835.           dsx3FarEndCurrentCCVs OBJECT-TYPE
  1836.               SYNTAX  Gauge
  1837.               ACCESS  read-only
  1838.               STATUS  mandatory
  1839.               DESCRIPTION
  1840.                       "The counter associated with the number of
  1841.                       Far End C-bit Coding Violations reported via
  1842.                       the far end block error count
  1843.                       encountered by a
  1844.                       DS3 interface in the current 15 minute interval."
  1845.               ::= { dsx3FarEndCurrentEntry 6 }
  1846.  
  1847.  
  1848.  
  1849.  
  1850. Trunk MIB Working Group                                        [Page 33]
  1851.  
  1852. RFC 1407                       DS3/E3 MIB                   January 1993
  1853.  
  1854.  
  1855.           dsx3FarEndCurrentUASs OBJECT-TYPE
  1856.               SYNTAX  Gauge
  1857.               ACCESS  read-only
  1858.               STATUS  mandatory
  1859.               DESCRIPTION
  1860.                       "The counter associated with the number of
  1861.                       Far End unavailable seconds
  1862.                       encountered by a
  1863.                       DS3 interface in the current 15 minute interval."
  1864.               ::= { dsx3FarEndCurrentEntry 7 }
  1865.  
  1866.  
  1867.           -- The DS3 Far End Interval
  1868.  
  1869.           -- The DS3 Far End Interval Table contains various statistics
  1870.           -- collected by each DS3 interface over the previous 24
  1871.           -- hours of operation.  The past 24 hours are broken into 96
  1872.           -- completed 15 minute intervals.
  1873.  
  1874.           dsx3FarEndIntervalTable OBJECT-TYPE
  1875.               SYNTAX  SEQUENCE OF Dsx3FarEndIntervalEntry
  1876.               ACCESS  not-accessible
  1877.               STATUS  mandatory
  1878.               DESCRIPTION
  1879.                      "The DS3 Far End Interval table."
  1880.               ::= { ds3 11 }
  1881.  
  1882.           dsx3FarEndIntervalEntry OBJECT-TYPE
  1883.               SYNTAX  Dsx3FarEndIntervalEntry
  1884.               ACCESS  not-accessible
  1885.               STATUS  mandatory
  1886.               DESCRIPTION
  1887.                     "An entry in the DS3 Far
  1888.                     End Interval table."
  1889.               INDEX   { dsx3FarEndIntervalIndex,
  1890.                         dsx3FarEndIntervalNumber }
  1891.               ::= { dsx3FarEndIntervalTable 1 }
  1892.  
  1893.           Dsx3FarEndIntervalEntry ::=
  1894.               SEQUENCE {
  1895.                    dsx3FarEndIntervalIndex
  1896.                         INTEGER,
  1897.                    dsx3FarEndIntervalNumber
  1898.                         INTEGER,
  1899.                    dsx3FarEndIntervalCESs
  1900.                         Gauge,
  1901.                    dsx3FarEndIntervalCSESs
  1902.                         Gauge,
  1903.  
  1904.  
  1905.  
  1906. Trunk MIB Working Group                                        [Page 34]
  1907.  
  1908. RFC 1407                       DS3/E3 MIB                   January 1993
  1909.  
  1910.  
  1911.                    dsx3FarEndIntervalCCVs
  1912.                         Gauge,
  1913.                    dsx3FarEndIntervalUASs
  1914.                         Gauge
  1915.               }
  1916.  
  1917.           dsx3FarEndIntervalIndex OBJECT-TYPE
  1918.               SYNTAX  INTEGER (1..65535)
  1919.               ACCESS  read-only
  1920.               STATUS  mandatory
  1921.               DESCRIPTION
  1922.                       "The index value which uniquely identifies the
  1923.                       DS3 interface
  1924.                       to which this entry is applicable.  The
  1925.                       interface identified by a particular value of
  1926.                       this index is the same interface as identified
  1927.                       by the same value an dsx3LineIndex object
  1928.                       instance."
  1929.               ::= { dsx3FarEndIntervalEntry 1 }
  1930.  
  1931.           dsx3FarEndIntervalNumber OBJECT-TYPE
  1932.              SYNTAX  INTEGER (1..96)
  1933.              ACCESS  read-only
  1934.              STATUS  mandatory
  1935.              DESCRIPTION
  1936.                     "A number between 1 and 96, where 1 is the most
  1937.                     recently completed 15 minute interval and 96 is
  1938.                     the least recently completed 15 minutes
  1939.                     interval (assuming that all 96 intervals are
  1940.                     valid)."
  1941.              ::= { dsx3FarEndIntervalEntry 2 }
  1942.  
  1943.           dsx3FarEndIntervalCESs OBJECT-TYPE
  1944.              SYNTAX  Gauge
  1945.              ACCESS  read-only
  1946.              STATUS  mandatory
  1947.              DESCRIPTION
  1948.                      "The counter associated with the number of
  1949.                       Far End C-bit Errored Seconds encountered
  1950.                       by a DS3 interface in one of the previous 96,
  1951.                       individual 15 minute, intervals."
  1952.             ::= { dsx3FarEndIntervalEntry 3 }
  1953.  
  1954.           dsx3FarEndIntervalCSESs OBJECT-TYPE
  1955.              SYNTAX  Gauge
  1956.              ACCESS  read-only
  1957.              STATUS  mandatory
  1958.              DESCRIPTION
  1959.  
  1960.  
  1961.  
  1962. Trunk MIB Working Group                                        [Page 35]
  1963.  
  1964. RFC 1407                       DS3/E3 MIB                   January 1993
  1965.  
  1966.  
  1967.                      "The counter associated with the number of
  1968.                      Far End C-bit Severely Errored Seconds
  1969.                      encountered by a DS3 interface in one of the
  1970.                      previous 96, individual 15 minute, intervals."
  1971.             ::= { dsx3FarEndIntervalEntry 4 }
  1972.  
  1973.           dsx3FarEndIntervalCCVs OBJECT-TYPE
  1974.               SYNTAX  Gauge
  1975.               ACCESS  read-only
  1976.               STATUS  mandatory
  1977.               DESCRIPTION
  1978.                       "The counter associated with the number of
  1979.                       Far End C-bit Coding Violations reported via
  1980.                       the far end block error count
  1981.                       encountered by a
  1982.                       DS3 interface in one of the previous 96,
  1983.                       individual 15 minute, intervals."
  1984.               ::= { dsx3FarEndIntervalEntry 5 }
  1985.  
  1986.           dsx3FarEndIntervalUASs OBJECT-TYPE
  1987.               SYNTAX  Gauge
  1988.               ACCESS  read-only
  1989.               STATUS  mandatory
  1990.               DESCRIPTION
  1991.                       "The counter associated with the number of
  1992.                       Far End unavailable seconds
  1993.                       encountered by a
  1994.                       DS3 interface in one of the previous 96,
  1995.                       individual 15 minute, intervals."
  1996.               ::= { dsx3FarEndIntervalEntry 6 }
  1997.  
  1998.  
  1999.           -- The DS3 Far End Total
  2000.  
  2001.           -- The DS3 Far End Total Table contains the cumulative sum
  2002.           -- of the various statistics for the 24 hour period preceding
  2003.           -- the current interval.
  2004.  
  2005.           dsx3FarEndTotalTable OBJECT-TYPE
  2006.               SYNTAX  SEQUENCE OF Dsx3FarEndTotalEntry
  2007.               ACCESS  not-accessible
  2008.               STATUS  mandatory
  2009.               DESCRIPTION
  2010.                       "The DS3 Far End Total table.  24 hour interval."
  2011.               ::= { ds3 12 }
  2012.  
  2013.           dsx3FarEndTotalEntry OBJECT-TYPE
  2014.               SYNTAX  Dsx3FarEndTotalEntry
  2015.  
  2016.  
  2017.  
  2018. Trunk MIB Working Group                                        [Page 36]
  2019.  
  2020. RFC 1407                       DS3/E3 MIB                   January 1993
  2021.  
  2022.  
  2023.               ACCESS  not-accessible
  2024.               STATUS  mandatory
  2025.               DESCRIPTION
  2026.                       "An entry in the DS3 Far End Total table."
  2027.               INDEX   { dsx3FarEndTotalIndex }
  2028.               ::= { dsx3FarEndTotalTable 1 }
  2029.  
  2030.           Dsx3FarEndTotalEntry ::=
  2031.               SEQUENCE {
  2032.                   dsx3FarEndTotalIndex
  2033.                       INTEGER,
  2034.                   dsx3FarEndTotalCESs
  2035.                       Gauge,
  2036.                   dsx3FarEndTotalCSESs
  2037.                       Gauge,
  2038.                   dsx3FarEndTotalCCVs
  2039.                       Gauge,
  2040.                   dsx3FarEndTotalUASs
  2041.                       Gauge
  2042.               }
  2043.  
  2044.           dsx3FarEndTotalIndex OBJECT-TYPE
  2045.               SYNTAX  INTEGER (1..65535)
  2046.               ACCESS  read-only
  2047.               STATUS  mandatory
  2048.               DESCRIPTION
  2049.                       "The index value which uniquely identifies the
  2050.                       DS3 interface
  2051.                       to which this entry is applicable.  The interface
  2052.                       identified by a particular value of this index is
  2053.                       the same interface as identified by the same value
  2054.                       an dsx3LineIndex object instance."
  2055.               ::= { dsx3FarEndTotalEntry 1 }
  2056.  
  2057.           dsx3FarEndTotalCESs OBJECT-TYPE
  2058.              SYNTAX  Gauge
  2059.              ACCESS  read-only
  2060.              STATUS  mandatory
  2061.              DESCRIPTION
  2062.                      "The counter associated with the number of Far
  2063.                      End C-bit Errored Seconds encountered by a DS3
  2064.                      interface in the previous 24 hour interval."
  2065.              ::= { dsx3FarEndTotalEntry 2 }
  2066.  
  2067.           dsx3FarEndTotalCSESs OBJECT-TYPE
  2068.              SYNTAX  Gauge
  2069.              ACCESS  read-only
  2070.              STATUS  mandatory
  2071.  
  2072.  
  2073.  
  2074. Trunk MIB Working Group                                        [Page 37]
  2075.  
  2076. RFC 1407                       DS3/E3 MIB                   January 1993
  2077.  
  2078.  
  2079.              DESCRIPTION
  2080.                      "The counter associated with the number of
  2081.                      Far End C-bit Severely Errored Seconds
  2082.                      encountered by a DS3 interface in the previous 24
  2083.                      hour interval."
  2084.              ::= { dsx3FarEndTotalEntry 3 }
  2085.  
  2086.           dsx3FarEndTotalCCVs OBJECT-TYPE
  2087.              SYNTAX  Gauge
  2088.              ACCESS  read-only
  2089.              STATUS  mandatory
  2090.              DESCRIPTION
  2091.                      "The counter associated with the number of
  2092.                      Far End C-bit Coding Violations reported via the
  2093.                      far end block error count
  2094.                      encountered by a
  2095.                      DS3 interface in the previous 24 hour interval."
  2096.              ::= { dsx3FarEndTotalEntry 4 }
  2097.  
  2098.           dsx3FarEndTotalUASs OBJECT-TYPE
  2099.              SYNTAX  Gauge
  2100.              ACCESS  read-only
  2101.              STATUS  mandatory
  2102.              DESCRIPTION
  2103.                      "The counter associated with the number of
  2104.                      Far End unavailable seconds
  2105.                      encountered by a
  2106.                      DS3 interface in the previous 24 hour interval."
  2107.              ::= { dsx3FarEndTotalEntry 5 }
  2108.  
  2109.  
  2110.           -- the DS3/E3 Fractional Group
  2111.  
  2112.           -- Implementation of this group is optional.  It is designed
  2113.           -- for those systems dividing a DS3/E3 into channels
  2114.           -- containing different data streams that are of local
  2115.           -- interest.
  2116.  
  2117.           -- The DS3/E3 fractional table identifies which DS3/E3
  2118.           -- channels associated with a CSU are being used to
  2119.           -- support a logical interface, i.e., an entry in the
  2120.           -- interfaces table from the Internet-standard MIB.
  2121.  
  2122.           -- For example, consider a DS3 device with 4 high speed links
  2123.           -- carrying router traffic, a feed for voice, a feed for
  2124.           -- video, and a synchronous channel for a non-routed
  2125.           -- protocol.
  2126.           -- We might describe the allocation of channels, in the
  2127.  
  2128.  
  2129.  
  2130. Trunk MIB Working Group                                        [Page 38]
  2131.  
  2132. RFC 1407                       DS3/E3 MIB                   January 1993
  2133.  
  2134.  
  2135.           -- dsx3FracTable, as follows:
  2136.  
  2137.           -- dsx3FracIfIndex.2. 1 = 3    dsx3FracIfIndex.2.15 = 4
  2138.           -- dsx3FracIfIndex.2. 2 = 3    dsx3FracIfIndex.2.16 = 6
  2139.           -- dsx3FracIfIndex.2. 3 = 3    dsx3FracIfIndex.2.17 = 6
  2140.           -- dsx3FracIfIndex.2. 4 = 3    dsx3FracIfIndex.2.18 = 6
  2141.           -- dsx3FracIfIndex.2. 5 = 3    dsx3FracIfIndex.2.19 = 6
  2142.           -- dsx3FracIfIndex.2. 6 = 3    dsx3FracIfIndex.2.20 = 6
  2143.           -- dsx3FracIfIndex.2. 7 = 4    dsx3FracIfIndex.2.21 = 6
  2144.           -- dsx3FracIfIndex.2. 8 = 4    dsx3FracIfIndex.2.22 = 6
  2145.           -- dsx3FracIfIndex.2. 9 = 4    dsx3FracIfIndex.2.23 = 6
  2146.           -- dsx3FracIfIndex.2.10 = 4    dsx3FracIfIndex.2.24 = 6
  2147.           -- dsx3FracIfIndex.2.11 = 4    dsx3FracIfIndex.2.25 = 6
  2148.           -- dsx3FracIfIndex.2.12 = 5    dsx3FracIfIndex.2.26 = 6
  2149.           -- dsx3FracIfIndex.2.13 = 5    dsx3FracIfIndex.2.27 = 6
  2150.           -- dsx3FracIfIndex.2.14 = 5    dsx3FracIfIndex.2.28 = 6
  2151.  
  2152.           -- For dsx3M23, dsx3SYNTRAN, dsx3CbitParity, and
  2153.           -- dsx3ClearChannel there are 28 legal channels, numbered 1
  2154.           -- through 28.
  2155.  
  2156.           -- For e3Framed there are 16 legal channels,
  2157.           -- numbered 1 through 16.  The channels (1..16) correspond
  2158.           -- directly to the equivalently numbered time-slots.
  2159.  
  2160.           dsx3FracTable OBJECT-TYPE
  2161.               SYNTAX  SEQUENCE OF Dsx3FracEntry
  2162.               ACCESS  not-accessible
  2163.               STATUS  mandatory
  2164.               DESCRIPTION
  2165.                  "The DS3 Fractional table."
  2166.               ::= { ds3 13 }
  2167.  
  2168.           dsx3FracEntry OBJECT-TYPE
  2169.                SYNTAX  Dsx3FracEntry
  2170.                ACCESS  not-accessible
  2171.                STATUS  mandatory
  2172.                DESCRIPTION
  2173.                   "An entry in the DS3 Fractional table."
  2174.               INDEX   { dsx3FracIndex, dsx3FracNumber }
  2175.               ::= { dsx3FracTable 1 }
  2176.  
  2177.           Dsx3FracEntry ::=
  2178.               SEQUENCE {
  2179.                   dsx3FracIndex
  2180.                       INTEGER,
  2181.                   dsx3FracNumber
  2182.                       INTEGER,
  2183.  
  2184.  
  2185.  
  2186. Trunk MIB Working Group                                        [Page 39]
  2187.  
  2188. RFC 1407                       DS3/E3 MIB                   January 1993
  2189.  
  2190.  
  2191.                   dsx3FracIfIndex
  2192.                       INTEGER
  2193.               }
  2194.  
  2195.  
  2196.           dsx3FracIndex OBJECT-TYPE
  2197.               SYNTAX  INTEGER (1..'7fffffff'h)
  2198.               ACCESS  read-only
  2199.               STATUS  mandatory
  2200.               DESCRIPTION
  2201.                  "The index value which uniquely identifies  the
  2202.                  DS3  interface  to which this entry is applicable
  2203.                  The interface identified by a  particular
  2204.                  value  of  this  index is the same interface as
  2205.                  identified by the same value  an  dsx3LineIndex
  2206.                  object instance."
  2207.              ::= { dsx3FracEntry 1 }
  2208.  
  2209.           dsx3FracNumber OBJECT-TYPE
  2210.               SYNTAX  INTEGER (1..31)
  2211.               ACCESS  read-only
  2212.               STATUS  mandatory
  2213.               DESCRIPTION
  2214.                  "The channel number for this entry."
  2215.              ::= { dsx3FracEntry 2 }
  2216.  
  2217.           dsx3FracIfIndex OBJECT-TYPE
  2218.               SYNTAX  INTEGER (1..'7fffffff'h)
  2219.               ACCESS  read-write
  2220.               STATUS  mandatory
  2221.               DESCRIPTION
  2222.                  "An index value that uniquely identifies an
  2223.                  interface.  The interface identified by a particular
  2224.                  value of this index is the same  interface
  2225.                  as  identified by the same value an ifIndex
  2226.                  object instance. If no interface is currently using
  2227.                  a channel, the value should be zero.  If a
  2228.                  single interface occupies more  than  one  time
  2229.                  slot,  that ifIndex value will be found in multiple
  2230.                  time slots."
  2231.              ::= { dsx3FracEntry 3 }
  2232.  
  2233.  
  2234.  
  2235.           END
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242. Trunk MIB Working Group                                        [Page 40]
  2243.  
  2244. RFC 1407                       DS3/E3 MIB                   January 1993
  2245.  
  2246.  
  2247. 5.  Acknowledgments
  2248.  
  2249. This document was produced by the Trunk MIB Working Groups:
  2250.  
  2251.                     Tracy Cox       Bellcore
  2252.                     Fred Baker      Advanced Computer Communications
  2253.                     James Watt      Newbridge
  2254.                     Bill Versteeg   Versteeg Codeworks
  2255.                     Steve Buchko    Newbridge
  2256.                     Greg Calmainis  Newbridge
  2257.                     Kaj Tesink      Bellcore
  2258.                     Al Bryenton     Bell Northern Research
  2259.                     Tom Easterday   CIC
  2260.                     John Labbe      Merit Corporation
  2261.                     Chris Sullivan  Gandalf Ltd
  2262.                     Grant Hall      Gandalf Ltd
  2263.                     John Guerrero   Digital Link
  2264.                     Rich Bradford   BBN
  2265.                     Kurt Luoto      Digital Link
  2266.                     Myron Hattig    Kentrox
  2267.                     Ed Pring        IBM
  2268.                     Larry Marks     IBM
  2269.                     Kurt Hall       Clear Communications Corp.
  2270.                     Jason Perreault Coral Network Corp.
  2271.                     Paul Farah      T3plus
  2272.                     George Kajos    Coral Network Corp.
  2273.  
  2274. 6.  References
  2275.  
  2276.    [1] Cerf, V., "IAB Recommendations for the Development of Internet
  2277.        Network Management Standards", RFC 1052, NRI, April 1988.
  2278.  
  2279.    [2] Cerf, V., "Report of the Second Ad Hoc Network Management Review
  2280.        Group", RFC 1109, NRI, August 1989.
  2281.  
  2282.    [3] Rose M., and K. McCloghrie, "Structure and Identification of
  2283.        Management Information for TCP/IP-based internets", STD 16, RFC
  2284.        1155, Performance Systems International, Hughes LAN Systems, May
  2285.        1990.
  2286.  
  2287.    [4] McCloghrie K., and M. Rose, "Management Information Base for
  2288.        Network Management of TCP/IP-based internets", RFC 1156, Hughes
  2289.        LAN Systems, Performance Systems International, May 1990.
  2290.  
  2291.    [5] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
  2292.        Network Management Protocol", STD 15, RFC 1157, SNMP Research,
  2293.        Performance Systems International, Performance Systems
  2294.        International, MIT Laboratory for Computer Science, May 1990.
  2295.  
  2296.  
  2297.  
  2298. Trunk MIB Working Group                                        [Page 41]
  2299.  
  2300. RFC 1407                       DS3/E3 MIB                   January 1993
  2301.  
  2302.  
  2303.    [6] McCloghrie K., and M. Rose, Editors, "Management Information Base
  2304.        for Network Management of TCP/IP-based internets", STD 17, RFC
  2305.        1213, Performance Systems International, March 1991.
  2306.  
  2307.    [7] Information processing systems - Open Systems Interconnection -
  2308.        Specification of Abstract Syntax Notation One (ASN.1),
  2309.        International Organization for Standardization, International
  2310.        Standard 8824, December 1987.
  2311.  
  2312.    [8] Information processing systems - Open Systems Interconnection -
  2313.        Specification of Basic Encoding Rules for Abstract Notation One
  2314.        (ASN.1), International Organization for Standardization,
  2315.        International Standard 8825, December 1987.
  2316.  
  2317.    [9] American National Standard for Telecommunications - Digital
  2318.        Hierarchy - Electrical Interfaces, ANSI T1.102- 1987.
  2319.  
  2320.   [10] American National Standard for Telecommunications - Digital
  2321.        Hierarchy - Formats Specification, ANSI T1.107- 1988.
  2322.  
  2323.  [10a] ANSI T1.107a-1990.
  2324.  
  2325.   [11] American National Standard for Telecommunications - Carrier-to-
  2326.        Customer Installation - DS3 Metallic Interface, ANSI T1.404-1989.
  2327.  
  2328.   [12] American National Standard for Telecommunications -- Layer 1 In-
  2329.        Service Digital Transmission Performance Monitoring T1M1/92-0xx,
  2330.        T1M1.3/92-005R1, April 1992.
  2331.  
  2332.   [13] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
  2333.        STD 16, RFC 1212, Performance Systems International, Hughes LAN
  2334.        Systems, March 1991.
  2335.  
  2336.   [14] CCITT - Digital Multiplex Equipment Operating at the Third Order
  2337.        Bit Rate of 34 368 Kbit/s and the Forth Order Bit Rate of 139 264
  2338.        Kbit/s and Using Positive Justification, G.751.
  2339.  
  2340.   [15] European Telecommunications Standards Institute -- ETS "34M" --
  2341.        Metropolitan Area Network Physical Convergence Layer Procedure
  2342.        for 34.368 Megabits per Second, T/NA(91)18, May 1991.
  2343.  
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354. Trunk MIB Working Group                                        [Page 42]
  2355.  
  2356. RFC 1407                       DS3/E3 MIB                   January 1993
  2357.  
  2358.  
  2359. 7.  Security Considerations
  2360.  
  2361.    Security issues are not discussed in this memo.
  2362.  
  2363. 8.  Authors' Addresses
  2364.  
  2365.    Tracy A. Cox
  2366.    Bell Communications Research
  2367.    331 Newman Springs Road
  2368.    P.O. Box 7020
  2369.    Red Bank, NJ  07701-7020
  2370.  
  2371.    Phone: (908) 758-2107
  2372.    EMail: tacox@mail.bellcore.com
  2373.  
  2374.  
  2375.    Kaj Tesink
  2376.    Bell Communications Research
  2377.    331 Newman Springs Road
  2378.    P.O. Box 7020
  2379.    Red Bank, NJ  07701-7020
  2380.  
  2381.    Phone: (908) 758-5254
  2382.    EMail: kaj@cc.bellcore.com
  2383.  
  2384.  
  2385.  
  2386.  
  2387.  
  2388.  
  2389.  
  2390.  
  2391.  
  2392.  
  2393.  
  2394.  
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403.  
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410. Trunk MIB Working Group                                        [Page 43]
  2411.